projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84bdd7
)
Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Mon, 5 Mar 2007 06:58:14 +0000
(06:58 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 5 Mar 2007 06:58:14 +0000
(06:58 +0000)
lisp/international/characters.el
patch
|
blob
|
history
diff --git
a/lisp/international/characters.el
b/lisp/international/characters.el
index d856693261baf69e02a53a29cd3d1e4639ee6d05..eca68f559304fc774e5e93a8ef965dfa826285b1 100644
(file)
--- a/
lisp/international/characters.el
+++ b/
lisp/international/characters.el
@@
-916,7
+916,8
@@
;; Latin Extended-A, Latin Extended-B, IPA
(setq c #x0100)
(while (<= c #x02AF)
- (modify-category-entry (decode-char 'ucs c) ?l))
+ (modify-category-entry (decode-char 'ucs c) ?l)
+ (setq c (1+ 1)))
(setq c #x0100)
(while (<= c #x0177)